home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / COMMON8 / 00048_Script_back to picture < prev    next >
Encoding:
Text File  |  1998-10-02  |  152 b   |  10 lines

  1. global gContinent
  2.  
  3. on exitFrame
  4.   if the puppet of sprite 28 then
  5.     go to frame marker(gContinent)+3
  6.   else
  7.     go to the frame
  8.   end if
  9. end
  10.